-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production Release | Dec Week 2 #6849
Conversation
* Update sample_format_external_result_import URL * Fix file path in config.json and refactor handleDownload function in ExternalResultUpload.tsx * Fix download functionality in ExternalResultUpload component
* Add DailyRoundsFilterModel interface and DailyRoundsFilter component * refactored dailyRoundList * useQuery: Fix GET/HEAD cannot contain body issue * Support for filtering by `taken_at` dt range * Refactor DailyRoundsFilter and DailyRoundsList components * Refactor roundTypeOptions in DailyRoundsFilter component * Improve translations coverage and minor refactors * update slugs for request --------- Co-authored-by: rithviknishad <[email protected]>
* convert time to relative time * change styling * change margin * add new classname
…/**) [5 out of 5 components] (#6596) * replaced getUserDetails and getUserListSkills actions with useQuery * replaced partialUpdateUser action with request * replaced updatePassword action with request * replaced dispatch with useQuery in UserFilter.tsx * Bug Fix: UserFilter tried fetching district when district_id was not available * addUser and checkUsername action replaced with request * replaced useDispatch with request in UserAdd component * replaced useDispatch with useQuery and request in SkillsSlideOver * replaced useDispatch with useQuery and request in ManageUsers * solved issue #6652 | passed user skills as props to SkillSelect * removed unnecessary console logs * re-added showAll as dependency to skillSearch * removed unnecessary console logs * replaced fetchDistrict request with useQuery and removed isLoading * fixed error notification in ManageUsers * removed unnecessary useState from ManageUsers * code fixes in SkillsSlideOver * code fixes in UserAdd * code fix in UserFilter * code fix in UserProfile * removed redundant code * added proper types and fixed redundant code * removed redundant fireRequest actions * fix http 301 redirect due to missing trailing slash * Update TRes of userListFacility in src/Redux/api.tsx Co-authored-by: Rithvik Nishad <[email protected]> * resolved imports --------- Co-authored-by: Rithvik Nishad <[email protected]> Co-authored-by: Rithvik Nishad <[email protected]> Co-authored-by: Mohammed Nihal <[email protected]>
* Page: support for auto collapse sidebar * Adds utilities and `useOperateCamera` hook * Adds reusable component: `NetworkSignal` * stash * Update camera controls * rename files * refactor * refactor location filter * Add location select popup * Update location select logic * update reponsiveness * hide non working filters * adjust z-index
* Added location type to location form * fix adds location cypress test
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@gigincg We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖[deprecated] Generated by Copilot at 05549b5
This pull request improves the reliability and consistency of the cypress tests for various pages of the application. It mainly does this by clearing the local storage of filters before each test case, using custom commands or clear buttons. It also fixes some minor issues with the location name and the filter menu visibility. It affects the files
cypress/e2e/*_spec/*.cy.ts
.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖[deprecated] Generated by Copilot at 05549b5
facility_creation.cy.ts
page by clicking on the clear button for each filter (link)locations.cy.ts
(link)filter.cy.ts
(link)filter.cy.ts
(link, link, link, link)filter.cy.ts
(link, link)filter.cy.ts
(link)asset_homepage.cy.ts
(link)user_manage.cy.ts
(link)